home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1991 …esperately Seeking Seven / Desperately Seeking Seven.2mg / Dev.CD.8 / Essentials / Tools / File.Type.Notes / FTN.C8.0000 < prev    next >
Encoding:
Text File  |  1989-01-22  |  1.7 KB  |  42 lines  |  [04] ASCII Text (0x0000)

  1. Apple II
  2. File Type Notes
  3. _____________________________________________________________________________
  4.                                                   Developer Technical Support
  5.  
  6. File Type:         $C8 (200)
  7. Auxiliary Type:    $0000
  8.  
  9. Full Name:     Apple IIGS Font File
  10. Short Name:    Font
  11.  
  12. Written by:    Matt Deatherage                                   January 1989
  13.  
  14. Files of this type and auxiliary type contain QuickDraw II fonts.
  15. _____________________________________________________________________________
  16.  
  17. The Apple IIGS Font Manager looks in the SYSTEM/FONTS subdirectory of the boot 
  18. volume for files with the file type $C8 and auxiliary type $0000.  If it finds 
  19. files of this type and auxiliary type, the Font Manager opens them as fonts.  
  20. Files of this type and auxiliary type which are not fonts, but are in the 
  21. SYSTEM/FONTS subdirectory, are opened as fonts, and can cause a system crash.  
  22. However, the Font Manager does not treat files in this subdirectory as fonts 
  23. if their auxiliary type is not $0000.
  24.  
  25. The format of a font file is as follows:
  26.  
  27. String                Font name.  A Pascal string containing the font family 
  28.                       name of the font, as seen in the ChooseFont dialog.
  29. Font                  Immediately following the string is an Apple IIGS 
  30.                       QuickDraw II Font definition, as documented beginning
  31.                       on page 16-41 of the Apple IIGS Toolbox Reference, 
  32.                       Volume 2.
  33.  
  34. The only difference between a font in memory and a font file on disk is the 
  35. font family name, as a Pascal string, preceding the font definition on disk.
  36.  
  37.  
  38. Further Reference
  39. _____________________________________________________________________________
  40. o    Apple IIGS Toolbox Reference, Volume 2
  41.  
  42.